This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
The previous post is correct in that the easiest (and free) way to get this info is to create a view in your NAB.
Since the client versions are within a listed field, you may have many entries per person - we created a view with multiple columns to show the values per list item (version, machine, and last accessed date):
1st Column: Person Name (we use first fullname list item, but you can use any name field(s))
2nd Column: The below formula -
TClntBld1 := @Subset(ClntBld; -1);
TClntBld :=@RightBack(TClntBld1; 8);
TClntMachine := @Subset(ClntMachine; -1);
TClntDate1 := @Text(@Subset(ClntDate; -1));
TClntDate := @Left(TClntDate1;10);
TClntBld + ", " + TClntMachine + ", " + TClntDate
3rd Column and beyond: Copy same formula above, but increment the number in your subsets by one for each additional entry in lists
Feedback response number WEBB8HTGA5 created by ~Ned Elaskioden on 06/14/2011